View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / Register(Store) Method

Registers the provided store for notifications. A Store may only be registered once.

This is a public method.

public object Register(Store store)

Parameters

Returns object

Returns an object as an ID that can be used to wait for the provided store to complete during dispatches or unregister the provided store.

Exceptions

See Also